@charset "utf-8";

/*----------b-首页图片左右翻页--index_news_pic_left_right_page-------------*/
.index_news_pic_left_right_page{}
/*-------------------------b-jq左右切换图片---------------------*/ 
	.jq_index_news_pic_left_right_page {margin:10px auto 29px; position: relative; overflow: hidden; padding:10px 0 10px;}
	.jq_index_news_pic_left_right_page .e_pic_wrap2 {/*height:265px;*/ width:100%; z-index: 1; white-space: nowrap;overflow:hidden;  margin-top:20px; margin-left:70px;}

	.jq_index_news_pic_left_right_page .e_pic_wrap2 li {/*width:166px; height: 260px*/ float:left;padding:0 18px 0 0;position:relative; margin-right:0px;overflow: hidden; text-align:center;border-left:0px solid #ddd;border-right:0px solid #ddd;}
/*	.jq_index_news_pic_left_right_page .e_pic_wrap2 li:hover{border:2px solid #6CBF3D;}
	.jq_index_news_pic_left_right_page .e_pic_wrap2 li:hover .p_pic{border-bottom:1px solid #6CBF3D;}*/
	.jq_index_news_pic_left_right_page .e_pic_wrap2 li .c_pic a{  /*width:166px; height:166px;*/ display:table-cell;text-align:center; vertical-align:middle;border:1px solid #ddd;}
	.jq_index_news_pic_left_right_page .e_pic_wrap2 li .c_pic a img{/*width:166px; height:166px;*/vertical-align:middle;}
	.jq_index_news_pic_left_right_page .e_pic_wrap2 li .c_name{/*width:166px;*/ padding:0 1px; margin:2px 0; background:#2F97FF;height:24px; line-height:24px; color:#fff;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;text-align:center;}
	.jq_index_news_pic_left_right_page .e_pic_wrap2 li .c_name a{color:#fff;font:12px "宋体";}
	.jq_index_news_pic_left_right_page .e_pic_wrap2 li .c_name a:hover{color:#ff0;}
	
	.jq_index_news_pic_left_right_page .prev,
	.jq_index_news_pic_left_right_page .next { position: absolute; z-index: 30; display: block; }
	.jq_index_news_pic_left_right_page .prev { top:70px; left: 0px; }
	.jq_index_news_pic_left_right_page .next { top: 70px; right:0px; }
	.jq_index_news_pic_left_right_page .prev a,
	.jq_index_news_pic_left_right_page .next a { display: block; width: 41px; height: 64px; overflow: hidden;background: url(../images/icon_leftright.fw.png) no-repeat scroll 0 0; _background-image: url(../img/ico_prevnext_ie6.png);}
	.jq_index_news_pic_left_right_page .prev a { background-position: 0 0; }
	.jq_index_news_pic_left_right_page .prev a:hover { background-position: 0 -5px; }
	.jq_index_news_pic_left_right_page .next a { background-position: 0 -100px; }
	.jq_index_news_pic_left_right_page .next a:hover { background-position: 0 -105px; }
/*----------e-首页图片左右翻页--index_news_pic_left_right_page-------------*/	